Media Class |
Namespace: Independentsoft.Sip.Sdp
The Media type exposes the following members.
| Name | Description | |
|---|---|---|
| Media |
Initializes a new instance of the Media class.
| |
| Media(String, Int32, String) |
Initializes a new instance of the Media class with the specified media type, port and protocol type.
| |
| Media(String, Int32, String, String) |
Initializes a new instance of the Media class with the specified media type, port, protocol type and name.
|
| Name | Description | |
|---|---|---|
| Attributes |
Gets collection of media attributes.
| |
| Bandwidths |
Gets collection of Bandwidth.
| |
| Connection |
Gets or sets the media connection data.
| |
| EncryptionKey |
Gets encryption key.
| |
| MediaFormats |
Gets collection of media formats.
| |
| Name |
Gets ot sets name.
| |
| NumberOfPorts |
Gets or sets number of ports.
| |
| Port |
Gets or sets transport port to which the media stream will be sent.
| |
| TransportProtocol |
Gets or sets transport protocol. Most used value is "RTP/AVP".
| |
| Type |
Gets or sets media type. Values can be "audio", "video", "application", ...
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Converts the specified string representation of a media string to its Media equivalent.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |